home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 May / PCpro_2006_05.ISO / files / mobile / fma-2.0-stable-setup.exe / {app} / source / uInputQuery.dfm < prev    next >
Encoding:
Text File  |  2004-10-15  |  1.0 KB  |  54 lines

  1. object frmInputQuery: TfrmInputQuery
  2.   Left = 592
  3.   Top = 334
  4.   ActiveControl = TntEdit1
  5.   BorderStyle = bsDialog
  6.   Caption = 'frmInputQuery'
  7.   ClientHeight = 105
  8.   ClientWidth = 361
  9.   Color = clBtnFace
  10.   Font.Charset = RUSSIAN_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object TntLabel1: TTntLabel
  20.     Left = 12
  21.     Top = 12
  22.     Width = 84
  23.     Height = 13
  24.     Caption = 'Enter text below:'
  25.   end
  26.   object TntEdit1: TTntEdit
  27.     Left = 12
  28.     Top = 32
  29.     Width = 337
  30.     Height = 21
  31.     TabOrder = 0
  32.   end
  33.   object Button1: TButton
  34.     Left = 184
  35.     Top = 68
  36.     Width = 77
  37.     Height = 25
  38.     Caption = 'OK'
  39.     Default = True
  40.     ModalResult = 1
  41.     TabOrder = 1
  42.   end
  43.   object Button2: TButton
  44.     Left = 272
  45.     Top = 68
  46.     Width = 77
  47.     Height = 25
  48.     Cancel = True
  49.     Caption = '&Cancel'
  50.     ModalResult = 2
  51.     TabOrder = 2
  52.   end
  53. end
  54.